Visualizing Covid-19 data with Plotly

Activate the necessary libraries

Import data from Johns Hopkins CSSE

Data cleaning - set column names to lower case

Data cleaning - renaming columns

Data cleaning - remove rows where the location (i.e. latitude) is not available

Visualise the dataframes

Sort the country_df for the highest to the lowest confirmed cases

Highlighting the columns of interest

Visualising worse hit countries in a scatter plot

Visualising data of each country over time

Visualising data of each country on a world map

Future directions

References